GtkImage: Make resource property work properly
authorcedlemo <cedlemo@gmx.com>
Wed, 24 Jun 2015 13:59:00 +0000 (13:59 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 25 Jun 2015 10:50:44 +0000 (06:50 -0400)
commitd31e1fbef092543caeef4db2a597ad6faabeb075
tree53f0f3172b2cd45982564ad30c4a512dc0b63377
parent342db27278b530a99f70c96887bb153a5507f5d2
GtkImage: Make resource property work properly

gtk_image_set_from_resource was setting the resource_path,
only to have it overwritten again before returning. That
is not as it should be, so change things to set the resource
path late.

https://bugzilla.gnome.org/show_bug.cgi?id=751443
gtk/gtkimage.c